Caputerable
Toggle table of contents
Android
Platform filter
Android
Switch theme
Search in API
Caputerable
Caputerable
/
dev.wonddak.capturable
/
[Android]ImageType
Image
Type
Android
sealed
class
ImageType
Image Type of Android
Inheritors
PNG
JPEG
Members
Types
JPEG
Link copied to clipboard
Android
data
class
JPEG
(
val
quality
:
Int
)
:
ImageType
share type JPEG
PNG
Link copied to clipboard
Android
data
class
PNG
(
val
quality
:
Int
)
:
ImageType
share type PNG
Properties
suffix
Link copied to clipboard
Android
val
suffix
:
String